home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PGInspector = {
- ACTIONS = {
- default:;
- setMicroInspector:;
- set:;
- revert:;
- };
- OUTLETS = {
- currentStyleButton;
- blankMicroPanel;
- window;
- microInspectorSlot;
- loadedSelection;
- loadedStyleList;
- styleList;
- stringTable;
- microInspectorMtx;
- };
- SUPERCLASS = Object;
- };
- GraphicInspector = {
- ACTIONS = {
- setMargin:;
- setWrap:;
- setRotation:;
- adjustMargin:;
- setKnobs:;
- flipVert:;
- setScale:;
- flipHoriz:;
- };
- OUTLETS = {
- frameMicro;
- flipHoriz;
- adjustMicro;
- placementMicro;
- flipVert;
- rotationText;
- imageSpecMicro;
- scaleMtx;
- knobMtx;
- incrementMtx;
- marginText;
- wrapMtx;
- };
- SUPERCLASS = PGInspector;
- };
-